body {
    background: #A8A8A8 url(http://smartpromotion.mybisi.com/templates/02/_images/blue/bg.gif) 0 0 repeat-x;	
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    color: #4c667d;
}
a:link, a:visited {
    color: #4c667d;
    text-decoration: underline;
}
a:hover, a:active {
    color: #FFFF00;
}

/* Buttons */
.button {
	background: #faa417;
	color: #FFF !important;
}
.button:hover {
	background: #ffca73;
}

/* Top */
#top h1 {
	color: #4c667d;
}

#search input {
	background: #4c667d;
	color: #FFF;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}

/* Bar */
#bar {
	background: transparent url(http://smartpromotion.mybisi.com/templates/02/_images/blue/bar.gif) 0 0 no-repeat;
	color: #FFF;
}
	#bar a:link, #bar a:visited {
	    color: #FFF;
	    text-decoration: none;
	}
	#bar a:hover, #bar a:active {
	    text-decoration: underline;
	}
	
	#cart {
		color: #FFF;
		background: transparent url(http://smartpromotion.mybisi.com/templates/02/_images/blue/cart-icon.gif) 0 13px no-repeat;
	}		
		#bar #cart a:link, #bar #cart a:visited {
			color: #FFF;
			text-decoration: underline;
		}
		#bar #cart a:hover, #bar #cart a:active {
			color: #EFEFEF;
		}
		
	#menu {
		color: #FFF;
	}

/* Content */
#main {
	background: #efefef;
}
	#products td {
		background: #FFF;
	}
	
	p.price {
		color: #faa417;
	}
	
	#cart-total {
		background: #97a6b4;
		color: #FFF;
	}
		#cart-total a:link, #cart-total a:visited {
			color: #FFF;
		}
		#cart-total a:hover, #cart-total a:active {
			color: #EFEFEF;
		}
	
	.cart-item {
		border-bottom: 1px solid #97a6b4;
	}

/* Side */
#emailsub_wrapper {color: #FFF}
#side {
	background: #4c667d;
}
	#side h2 {
		color: #FFF;
	}
	#side li {
		background: transparent url(http://smartpromotion.mybisi.com/templates/02/_images/blue/category-divider.gif) left bottom repeat-x;
		color: #FFF;
	}
	#side li a:link, #side li a:visited {
		color: #FFF;
	}
	#side li a:hover, #side li a:active {
		color: #efefef;
	}

/* Footer */
#footer {
	background: #efefef url(/templates/02/_images/blue/footer-divider.gif) 0 0 repeat-x;
}
#footer p, #footer a {
	color: #97a6b4;
}